d4a3f0dad084e8a8e2257c90d4f9443ba5e1e837,drools-core/src/main/java/org/drools/marshalling/impl/InputMarshaller.java,InputMarshaller,readSession,#ReteooStatefulSession#DefaultAgenda#number#boolean#MarshallerReaderContext#,192

Before Change


                   readRightTuples( initialFactHandle,
                                    context );
               }           
               while ((token = context.readShort()) == PersisterEnums.ENTRY_POINT) {
                   String entryPointId = context.stream.readUTF();
                   WorkingMemoryEntryPoint wmep = context.wm.getEntryPoints().get( entryPointId );
                   readFactHandles( context,  (( NamedEntryPoint )wmep).getObjectStore() ); 

After Change


            readRightTuples( initialFactHandle,
                             context );
        }
        while ( context.readShort() == PersisterEnums.ENTRY_POINT) {
            String entryPointId = context.stream.readUTF();
            WorkingMemoryEntryPoint wmep = context.wm.getEntryPoints().get( entryPointId );
            readFactHandles( context,